Html Css Color HEX #748CCB Wild Blue Yonder

📋 copy color: '#748CCB'

red 116 ◦ green 140 ◦ blue 203

#748CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #748CCB

Tints of Wild Blue Yonder #748CCB

RGB

 RED value IS 116 (45.7% from 255) = 25.27%

 GREEN value IS 140 (55.08% from 255) = 30.5%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 25.27%
G = 30.5%
B = 44.23%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#748CCB (or 0x748CCB) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and CB. RGB value is (116,140,203). Sum of RGB (Red+Green+Blue) = 116+140+203=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #748CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCB is #8B7334. Grayscale: #8B8B8B. Windows color (decimal): -9138997 or 13339764. OLE color: 13339764.

HSL color Cylindrical-coordinate representation of color #748CCB: hue angle of 223.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748CCB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 140 203 -
CMYK 0.43 0.31 0 0.20
HSL 223.45º 0.46% 0.63% -
HSV(B) 223.45º 0.43% 0.8% -
XYZ 27.36 26.78 60.23 -
YUV 140.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 116 140 203 0.43 0.31 0 0.20 223.45 0.46 0.63
Hex 74 8C CB 2B 1F 0 14 DF 2E 3F
Octal 164 214 313 53 37 0 24 337 56 77
Binary 1110100 10001100 11001011 101011 11111 0 10100 11011111 101110 111111

Color Harmonies of #748CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CCB

Black with #748CCB

Text Example


Text Example

White with #748CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748CCB; }

 p { color: rgb(116,140,203); }

 H1.HeaderClassName
 {
   color: #748CCB;
 }
 .AnyTagClassName
 {
   color: #748CCB;
 }
</style>

background-color css

<style>
 a { background-color: #748CCB; }

 a { background-color: rgb(116,140,203); }

 div.DivClassName
 {
   background-color: #748CCB;
 }
 .BgClassName
 {
   background-color: #748CCB;
 }
</style>

border-color css

<style>
 span { border-color: #748CCB; }

 span { border-color: rgb(116,140,203); }

 td.TdClassName
 {
   border-color: #748CCB;
 }
 .TagClassName
 {
   border-color: #748CCB;
 }
</style>