Html Css Color HEX #748CCA Wild Blue Yonder

📋 copy color: '#748CCA'

red 116 ◦ green 140 ◦ blue 202

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

Shades of Wild Blue Yonder #748CCA

Tints of Wild Blue Yonder #748CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 25.33%
G = 30.57%
B = 44.1%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#748CCA (or 0x748CCA) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and CA. RGB value is (116,140,202). Sum of RGB (Red+Green+Blue) = 116+140+202=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #748CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCA is #8B7335. Grayscale: #8B8B8B. Windows color (decimal): -9138998 or 13274228. OLE color: 13274228.

HSL color Cylindrical-coordinate representation of color #748CCA: hue angle of 223.26º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748CCA is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 140 202 -
CMYK 0.43 0.31 0 0.21
HSL 223.26º 0.45% 0.62% -
HSV(B) 223.26º 0.43% 0.79% -
XYZ 27.24 26.73 59.6 -
YUV 139.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 116 140 202 0.43 0.31 0 0.21 223.26 0.45 0.62
Hex 74 8C CA 2B 1F 0 15 DF 2D 3E
Octal 164 214 312 53 37 0 25 337 55 76
Binary 1110100 10001100 11001010 101011 11111 0 10101 11011111 101101 111110

Color Harmonies of #748CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CCA

Black with #748CCA

Text Example


Text Example

White with #748CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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